home *** CD-ROM | disk | FTP | other *** search
- ##########################################################################
- # This script is desiogned to fix-up the SCRIPT dir and INCLUDE dir when
- # WinCron is being run on a developers machine. This is because the .EXE
- # file is not located in a standard location and the SCRIPT and INCLUDE
- # paths are relative to this location.
- # See Also: AutoRun.tg, config.tg
- {
- -name DEBUG_SETUP.TG
- -start
- -stop
-
- # Setup the default location to find USER scripts
- -action -set TG.SCRIPT_DIR="%TG.ROOT_DIR%..\Scripts\"
-
- # Setup the default location to find USER include files for the 'C' interpreter
- -action -set TG.INCLUDE_DIR="%TG.SCRIPT_DIR%Include\"
-
- # done!
- -action -print debug_setup.tg: Environment modifications complete.
- }
-